@media screen and (max-width: 992px) and (min-width:0px) {
  section .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  section .title {
    margin-bottom: 30px;
  }

  .bannerbigbox .Alink {
    display: flex;
    justify-content: space-evenly;
  }

  .bannerbigbox .Alink a {
    width: 160px;
    height: 45px;
    margin: 0;
  }

  .section02 .list a {
    padding: 0 15px;
  }


  .section03 {
    height: auto;
  }

  .section03 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section03 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section03 .title h1 {
    width: auto;
    font-size: 36px;
    line-height: 36px;
    font-weight: unset;
    margin: 0;
  }

  .section03 .title h1::after {
    display: none;
  }

  .section03 .title p {
    position: relative;
    width: auto;
    height: 14px;
    left: auto;
    bottom: auto;
    margin: 15px;
    transform: initial;
  }

  .box3 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .box3 span {
    width: 50%;
    padding: 15px;
  }

  .box3 span:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #C5C5C5;
    position: absolute;
    right: 0%;
    top: calc((100% - 60px) / 2);
  }

  .box3 span p {
    font-size: 12px;
    line-height: 2;
    height: 24px;
  }

  .box4 {
    display: flex;
    flex-direction: column;
  }

  .box4 .text {
    width: 100%;
  }

  .box4 .img {
    width: 100%;
    margin-top: 30px;
  }

  .section05 h1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .NewsBox {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .NewsBox a {
    margin: 0;
    width: 40%;
    margin-bottom: 30px;
  }
}